.content1box{
    margin-top: 45px;
    background: #fff;
    position: relative;
    margin-bottom: 3vh;
}
.content1swiper{ 
    width:45%; 
    float:left;
}
.content1aBox{ display:block;}
.content1item{
    position: relative;
    height:420px;
    overflow: hidden;
}
.content1item .img_tap{
    position: absolute;
    top: 34px;
    left: 41px;
    width: 85px;
}
.content1rul{ 
    width:55%;
    float:right; 
    position:relative; 
    z-index:2;
}
.content1rul li{
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: none;
}
.content1rul li:last-child{
    border: 0;
}

.content1ra{ 
    display: block;
    position: relative; 
    padding: 0px 44px;
    font-size: 16px;
    display:flex; 
    flex-direction:column; 
    justify-content:center; 
    letter-spacing:1px;
    color: #333;
    /* border-bottom: 1px solid #ccc; */
}
.content1ra h3{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.content1ra p{
    color: #666;
}
.see_more{
    margin-top: -30px;
    color: #D2972F;
    cursor: pointer;
    position: absolute;
    right: 0;
}
.see_more img{
    width: 26px;
    margin-left: 2px;
    vertical-align: middle;
}
.contenton1{ padding: calc(4.68vw + 140px) 0px 3.2vw;}
.hmpub_t .fl{font-size:30px;}
.hmpub_t{height:50px;}
.content1ra{height:167px; font-size:14px;}
.content1ra::after{ height:104px; background-size:auto 104px; width:38px; left:-38px;}
.hmpub_t .fl span{font-size:20px;}
.hmpub_t .fr a:before{ width:30px; height:30px;background: url(../image/mico.png) no-repeat center center; background-size:100% 100%}
.hmpub_t .fr a{ line-height:30px; padding-left: 40px; width: 130px;}
.hmpub_t .fr a:hover{padding-left:50px;}
.content1rul li.active{
    background: #f0f0f0;
    border: 0;
    border-right: 3px solid #D2972F;
    transition: none;
    border: 0;
}
.content1rul li.active::after{
    position: absolute;
    content: '';
    left: -30px;
    top: 0px;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-right: 30px solid transparent;
    border-right-color: #f0f0f0;
}
.dsPadPhone{display: none;}
.swiper_content .ry_button_next{display: none;}
.stsb{
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}
.stsb .item {
    width: 11%;
    display: inline-block;
    cursor: pointer;
    margin-right: 7%;
}
.stsb .icon_box{
    width: 30%;
    position: absolute;
    right: 17%;
    top: 20%;
}
@media (max-width:1199px){
    .swiper_content .ry_button_next{display: block;}
    .hmpub_t{height:40px; overflow: hidden}
    .hmpub_t .fl{font-size:24px; line-height:40px;}
    .hmpub_t .fr a{margin-top:0;}
    .content1ra::after{ height:92px; background-size:auto 92px; width:34px; left:-34px;}
    .content1ra{font-size:13px;}
    /* .content1box{margin-top:10px;} */
    /* .content1rul{height:402px;} */
    .contenton1{padding-bottom:30px; padding-top:130px;}
}
@media (max-width:993px){
    .contenton1{padding-top:20px;}
    .hmpub_t .fl span{font-size:24px;}
    .content1swiper{
        width:100%; 
        float:none;
        position: relative;
        margin: 0;
    }
    .content1rul{width:100%; float:none; overflow:hidden;}
    .content1ra.on:after{display:none;}
    .content1ra{padding:0 18px!important; font-size:12px; line-height:19px;}
    .content1rul li.active{
        background: #f0f0f0;
        border: 0;
        border-right: none;
    }
    .content1rul li.active::after{
        position: absolute;
        transition: all 0.3s ease-in-out;
        content: '';
        left: -30px;
        top: 0px;
        border: none;
    }
}

.content2{
    width: 1400px;
	margin-top:15px;
}
.notice{
    width: 13%;
    padding: 15px 0;
    height: 220px;
    background: #D2972F;
    margin-right: 2%;
    color: #FFFFFF;
    text-align: center;
}
.notice h2{
    font-size:30px;
    margin-bottom: 16px;
    font-weight: 500;
}
.notice p{
    font-size:20px;
}
.notice .button{
    border: 1px solid #FFFFFF;
    width: 78px;
    height: 32px;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 50px;
    font-size:14px;
}
.notice_box{
    width: 85%;
    padding: 5px 0;
    background: #FFFFFF;
}
.content2item{
    width: 28.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 2%;
    color: #333333;
    margin: 6px 0;
    border-right: 1px solid #ccc;
    transition: none;
    cursor: pointer;
}
.content2item:nth-child(3n){
    border: 0;
}
.content2item:hover{
    color: #d2972f;
}
.content2item img{
    width: 24px;
    margin-left: 10px;
    vertical-align: middle;
}
.content2item h2{
    font-size:32px;
    font-weight: 400;
    margin-bottom: 6px;
    transition: none;
}
.content2item h2 span{
    font-size:14px;
    transition: none;
}
.content2item p{
    font-size:16px;
    line-height: 30px;
    font-weight: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.w_main{
    width: 100%;
    background: #fff;
    margin: 0 auto;
    margin-top: 35px;
    overflow: hidden;
	
}
.w_main_content{
    padding: 30px 0 15px;
    width: 1400px;
    margin: 0 auto;
    background: #fff;
}
.w_main_box{
    width: 48%;
}
.w_main_box:nth-child(2){
    margin-left: 4%;
}
.w_main_box .title{
    border-bottom: 1px solid #ccc;
}
.w_main_box h1{
    font-weight: 400;
    color: #d2972f;
    font-size: 26px;
    display: inline-block;
    border-bottom: 3px solid #d2972f;
    padding-bottom: 15px;
    position: relative;
    top: 1px;
}
.w_main_box .more_btn{
    margin-top: 15px;
    color: #D2972F;
    cursor: pointer;
}
.w_main_box2{
    margin-top: 16px;
}
.w_main_box2 img{
    width: 40%;
    /* height: 231px; */
    margin-right: 3%;
}
.w_main_box2_right{
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.w_main_box2_right .box_title{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.w_main_box2_right .time{
    font-size: 15px;
    color: #d2972f;
    margin-bottom: 40px;
}
.w_main_box2_right .name{
    font-size: 16px;
    margin-bottom: 15px;
}
.w_main_box2_right .text{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.w_main_box2 li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #ccc;
}
.w_main_box2 li:last-child{
    border: 0;
}
.w_main_box2 li p{
    width: 90%;
    cursor: pointer;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:1; 
}
.w_main_box2 li p:hover{
    color: #d2972f;
}
.main2{
    width: 1400px;
    margin: 35px auto 50px;
}
.main2 .title{
    font-size: 26px;
    color: #d2972f;
    margin-bottom: 10px;
}
.main2 .more_btn{
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}
.main2-swiper {
    width: 100%;
    height: 330px;
}
.main2-swiper .xszj_box{
    background: #fff;
    cursor: pointer;
    width: 100%;
}
.main2-swiper .xszj_box:hover{
    background: #D2972F;
    color: #fff;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.main2 .name{
    height: 52px;
    line-height: 52px;
    text-align: center;
    transition: none;
}
.main2 .pic{
    width: 100%;
    /* width: calc(100% - 4px); */
    /* height: 274px; */
    /* margin: 2px; */
}
.main2 .img{
    overflow: hidden;
}
.main2 .pic:hover{
    transform:scale(1.1)
}
.xshd_content{
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff;
}
.main_title{
    color: #D2972F;
    border-bottom: 1px solid #ccc;
    margin-bottom: 43px;
}
.main_title div{
    display: inline-block;
}
.main_title h1{
    display: inline-block;
    font-size: 26px;
    border-bottom: 4px solid #d2972f;
    padding-bottom: 15px;
    font-weight: 400;
    position: relative;
    top: 1px;
}
.no_border h1{
    border: 0;
    padding: 0;
}
.main_title span{
    font-size: 20px;
    margin-left: 16px;
}
.main_title .more_btn{
    margin-top: 19px;
    cursor: pointer;
}
.xshd_box{
    margin-top: 32px;
}
.xshd_item{
    border-left: 2px solid transparent;
    padding: 5px 3%;
    width: 40%;
    margin-right: 3%;
    margin-bottom: 30px;
    display: inline-block;
    cursor: pointer;
    border-left: 2px solid #D2972F;
}
.xshd_item:hover{
    background: #F5F5F5;
}
.xshd_item .text{
    font-size: 17px;
    line-height: 26px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}
.xshd_item .time{
    color: #D2972F;
    font-size: 15px;
    margin-top: 18px;
    font-style:oblique;
}
.xshd_left{
    /* width: 760px; */
    width: 54%;
}
.xshd_swiper{
    /* width: 640px; */
    width: 46%;
    height: 360px;
}
.swiper_content{
    width: 100%;
    position: relative;
}
.swiper_content .bottom_shade{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.36);
    color: #fff;
    font-size: 18px;
}
.swiper_content img.pic{
	width: 600px;
    height: 400px;
}
.xshd_pagination{
    position: absolute;
    bottom: 10px;
    left: auto!important;
    right: 10px;
    width: auto!important;
}
.xshd_pagination span{
    margin-right: 5px;
}
.xshd_pagination .swiper-pagination-bullet-active{
    background: #fff;
}
.ryjx_pagination {
    position: absolute;
    bottom: 15px!important;
}
.ryjx_pagination span{
    margin: 0 8px!important;
}
.ryjx_pagination .swiper-pagination-bullet-active{
    background: #d2972f!important;
}
.swiper-slide{
    background: transparent!important;
    align-items: flex-start;
}
.swiper-button-prev{
    background: rgba(210, 152, 47, 0.3) url(arrow_left.png) no-repeat 30%;
    background-size: 16px;
    left: 0!important;
    border-radius: 0px 20px 20px 0px;
}
.swiper-button-next{
    background: rgba(210, 152, 47, 0.3) url(arrow_right.png) no-repeat 80%;
    background-size: 16px;
    right: 0!important;
    border-radius: 20px 0px 0px 20px;
}
.swiper-button-prev2{
    background: rgba(210, 152, 47, 0.3) url(arrow_left.png) no-repeat 50%;
    background-size: 16px;
    left: 0!important;
    border-radius: 20px 0px 0px 20px;
}
.swiper-button-next2{
    background: rgba(210, 152, 47, 0.3) url(arrow_right.png) no-repeat 50%;
    background-size: 16px;
    right: 0!important;
    border-radius: 0px 20px 20px 0px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: ''!important;
}
.xshd_bottom{
    background: #D2972F;
}
.xshd_bottom_item{
    float: left;
    color: #fff;
    width: 20%;
    padding: 5px 0;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
}
.xshd_bottom_item:hover{
    background: #d7a344;
}
.xshd_bottom_item img{
    width: 62px;
}
.ryjx_swiper{
    height: 587px;
}
.swiper1 .swiper-wrapper {
    height: 100%!important;
}
.swiper_content .left_img{
    width: 700px;
    height: 495px;
    margin-left: 10px;
    position: relative;
    margin-top: 10px;
}
.swiper_content .left_img img{
    height: 462px;
}
.swiper_content .right_img{
    width: 670px;
    height: 400px;
    position: relative;
    margin-left: 10px;
}
.swiper_content .right_img img{
    height: 315px;
}
.ryjx_bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    background: #fff;
}

.right_img .ryjx_bottom{
    bottom: 0;
}
.left_img .time{
    position: absolute;
    width: 102px;
    text-align: center;
    left: 0;
    top: -51px;
}
.left_img .time p{
    height: 51px;
    line-height: 51px;
}
.left_img .time p:nth-child(1){
    font-size: 37px;
    color: #fff;
    background: #D2972F;
}
.left_img .time p:nth-child(2){
    font-size: 22px;
    color: #D2972F;
    background: #F0F0F0;
}
.left_img .text{
    display: inline-block;
    padding: 15px 0 15px 144px;
    width: 423px;
    line-height: 32px;
}

.right_img .time{
    position: absolute;
    width: 78px;
    text-align: center;
    left: 0;
    top: -39px;
}
.right_img .time p{
    height: 39px;
    line-height: 39px;
}
.right_img .time p:nth-child(1){
    font-size: 29px;
    color: #fff;
    background: #D2972F;
}
.right_img .time p:nth-child(2){
    font-size: 17px;
    color: #D2972F;
    background: #F0F0F0;
}
.right_img .text{
    display: inline-block;
    padding: 12px 0 12px 104px;
    width: 334px;
}
.xszt_content{
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
    background: #fff;
}
.xhzt_swiper ul{
   padding: 0 40px;
}

.main_title.no_border{
    border: 0;
    margin-bottom: 20px;
}
.xszt_content li{
    float: left;
    width: 22.7%;
    margin-right: 3%;
    margin-bottom: 30px;
    cursor: pointer;
    overflow: hidden;
}
.xszt_content li img:hover{
    transform:scale(1.1)
}
.xszt_content li:nth-child(4n){
    margin-right: 0;
}
/* .xsqk_content{
    background: #fff;
} */
.xsqk_tab{
    float: left;
    vertical-align: top;
    width: 22%;
    margin-right: 5%;
    /* width: 304px;
    margin-right: 40px; */
}
.xsqk_tab li{
    margin-bottom: 10px;
    font-size: 0;
    transition: none;
    /* border: 2px solid #fff; */
}
.xsqk_tab li:last-child{
    margin: 0;
}
.xsqk_tab li.active{
    border: 2px solid #d2972f;
    position: relative;
}
.xsqk_tab li.active::after{
    position: absolute;
    top: calc(50% - 6px);
    right: -14px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left-color: #d2972f;/* ����ɫ���Ƶ����ǵı���ɫ */
}
.xsqk_center{
    float: left;
    width: 73%;
}
.xsqk_center p{
    font-size: 15px;
    line-height: 30px;
}
.xsqk_center .title{
    font-size: 30px;
    line-height: 29px;
    color: #333333;
    border-left: 4px solid #d2972f;
    padding-left: 10px;
    margin: 35px 0 30px;
}
.xsqk_center h3{
    margin: 40px 0 30px;
    font-size: 22px;
    font-weight: 400;
}
.xsqk_right{
    width: 50%;
}
.xsqk_right ul{
    border-left: 1px solid #d2972f;
    max-height: 320px;
    overflow-y: auto;
}
.xsqk_right ul::-webkit-scrollbar{
    width: 3px;
}
* ���ù���������ʽ */
/* ������ */
.xsqk_right ul::-webkit-scrollbar-track {
    -webkit-box-shadow:rgba(210, 152, 47, 0.3);
    border-radius:10px;
    }
/* ���������� */
.xsqk_right ul::-webkit-scrollbar-thumb {
    border-radius:10px;
    background:rgba(0,0,0,0.1);
    -webkit-box-shadow:rgba(210, 152, 47, 0.3);
}
.xsqk_right ul::-webkit-scrollbar-thumb:window-inactive {
    background:#d2972f;
}
.xsqk_right li{
    font-size: 16px;
    margin-bottom: 16px;
    padding-left: 30px;
    border-left: 3px solid #fff;
    cursor: pointer;
}
.xsqk_right li:hover{
    color: #d2972f;
}
.xsqk_right li:first-child{
    border-left: 3px solid #d2972f;
}
.xsqk_right li:last-child{
    margin-bottom: 0;
}
.xsqk_button{
    margin-top: 25px;
}
.xsqk_button img{
    width: 32px;
    vertical-align: middle;
    margin-right: 10px;
}
.xsqk_button div{
    margin-right: 25px;
    /* width: 152px; */
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #d2972f;
    display: inline-block;
    cursor: pointer;
    padding-left: 27px;
    padding-right: 37px;
}
.indexBox1{
    width: 1400px;
    margin: 0 auto;
}
.indexBox1 .main_title{
    margin-bottom: 0;
}
.indexBox1 .box_content{
    width: 48%;
    padding: 30px 0;
}
.box_content:first-child{
    margin-right: 4%;
}
.box_content li{
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
	font-size:17px;
}
.box_content li span.pctitle{display:block;float:left;}
.box_content li span.mobiletitle{display:none;}
.box_content li:hover{
    color: #d2972f;
}
.box_content li:last-child{
    border: 0;
}
.indexBox2_swiper{
    /* height: 100px; */
}
.indexBox2_swiper ul{
    margin: 0 20px;
    margin-left: 40px;
}
.indexBox2_swiper li{
    float: left;
    width: 21%;
    margin: 6px 2%;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    position: relative;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}
.indexBox2_swiper li::after{
    position: absolute;
    content: '';
    left: -20px;
    top: 50%;
    margin-top: -3.5px;
    width: 7px;
    height: 7px;
    background: #ccc;
}
.indexBox2_swiper li:hover{
    color: #d2972f;
}

.indexBox2{
    width: 1400px;
    margin: 30px auto;
}
.indexBox2 .main_title{
    margin-bottom: 10px;
}
.indexBox3{
    width: 1400px;
    margin: 30px auto;
}
.indexBox3 .main_title{
    margin-bottom: 20px;
}
.indexBox3 li{
    float: left;
    width: 16.6%;
    margin: 6px 0;
    font-size: 16px;
    cursor: pointer;
}
.indexBox3 li:hover{
    color: #d2972f;
}